net/http.http2Transport.CountError (field)
7 uses
net/http (current package)
h2_bundle.go#L7255: CountError func(errType string)
h2_bundle.go#L7862: if t.CountError != nil {
h2_bundle.go#L7863: cc.fr.countError = t.CountError
h2_bundle.go#L8223: if f := cc.t.CountError; f != nil {
h2_bundle.go#L9305: f := cc.t.CountError
h2_bundle.go#L9870: if fn := cc.t.CountError; fn != nil {
h2_bundle.go#L9995: if fn := cs.cc.t.CountError; fn != nil {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |